Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ContactCollection Class / AddRange Method / AddRange(Object[]) Method
An array of items.

In This Topic
    AddRange(Object[]) Method
    In This Topic
    Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal items() As Object _
    ) 
    public void AddRange( 
       object[] items
    )

    Parameters

    items
    An array of items.
    See Also